home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5263 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  636 b 

  1. Path: fohnix.metronet.com!not-for-mail
  2. From: milam@fohnix.metronet.com (Stan Milam)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: dynamic array
  5. Date: 9 Feb 1996 06:33:42 -0600
  6. Organization: Texas Metronet, Inc  (login info (214/488-2590 - 817/571-0400))
  7. Message-ID: <4ffev6$c14@fohnix.metronet.com>
  8. References: <4fd87i$em4@news1.usa.pipeline.com>
  9. NNTP-Posting-Host: fohnix.metronet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Kurt Telep (wtelep@usa.pipeline.com) wrote:
  13. : Is there anyway to creat a dynamic array from input given by the user? 
  14. :  
  15. :  
  16. : Kurt Telep 
  17. : wtelep@usa.pipeline.com 
  18.  
  19. Certainly, research malloc() and calloc() and free().
  20.